home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Utilities
/
Scanner
/
Scan.0.91
/
Source
/
Makefile
< prev
next >
Wrap
Makefile
|
1996-02-03
|
1KB
|
53 lines
#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#
NAME = scan
PROJECTVERSION = 1.1
LANGUAGE = English
APPICON = scan.tiff
LOCAL_RESOURCES = savePanelView.nib scan.nib scanDisplay.nib
CLASSES = DisplayControl.m mycontentView.m ScanDisplay.m scanView.m\
scan_control.m
HFILES = DisplayControl.h mycontentView.h ScanDisplay.h\
scannerProtocol.h scanView.h scan_control.h
MFILES = scan_main.m
BUNDLES = UMAX.bproj
OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
MAKEFILEDIR = /NextDeveloper/Makefiles/app
MAKEFILE = app.make
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444
ICONSECTIONS = -sectcreate __ICON app scan.tiff
LIBS = -lMedia_s -lNeXT_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
-include Makefile.preamble
include $(MAKEFILEDIR)/$(MAKEFILE)
-include Makefile.postamble
-include Makefile.dependencies